.news-list{
    width: 880px;
    margin-left: 40px;
    text-align: left;
    margin-top: 90px;
}
.news-list a{
    display: block;
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 20px;
    margin-top: 20px;
}
.news-list a h2:hover{
    color: #017a56;
}
.news-list a h2 span:hover{
    color: #333;
}
.news-list-img{
    width: 160px;
    height: 120px;
    float: left;
    margin-right: 20px;
}
.news-list-img img{
    width: 160px;
    height: 120px;
}
.news-list-tit{
    width: 100%;
    float: left;
}
.news-list-tit h2{
    color: #333;
    font-weight: 400;
    text-align: left;
    width: 100%;
    font-size: 20px;
}
.news-list-tit h2 span{
    float: right;
    font-size: 16px;
}
.news-list-tit h3{
    color: #333;
    font-weight: 400;
    text-align: left;
    width: 100%;
    font-size: 20px;
}
.news-list-tit h3 span{
    float: right;
    font-size: 16px;
}

.news-list-tit p{
    font-size: 15px;
    color: #666;
    margin-top: 10px;
    line-height: 24px;
    text-align: left;
}
/*详情*/
.news-txt{
    width: 840px;
    float: left;
    margin-left: 40px;
    padding: 40px 30px;
}
.news-txt h1{
    font-size: 22px;color: #333;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 30px;
}
.news-txt .xian{
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    margin-bottom: 10px;
    margin-top: 10px;
    border: none;


}
.news-txt p{
    font-size: 15px;
    color: #333;
    text-align: left;
    line-height: 25px;
    text-indent: 2em;

}
.news-txt p img{
    max-width: 800px;

}